-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few fixes to support Django 3+ and latest version of TelegramBot #39
base: master
Are you sure you want to change the base?
Conversation
add context based handlers for ptb12
Just wondering if this pull requests will be merged, with the updates of Python Telegram Bot, this will solve all the warnings and get it back working again. |
@JungDev can you please take a look at these? :) @jafrancov, to be honest, i am afraid @JungDev does not seem to be active on github anymore. We are probably better of creating our own fork and maintaining it :) |
@leikoilja That's what I thought, and I did the fork, we are working in a new implementation, but we have to make the changes in the library itself to make it work, I was waiting for the merge, but, I did notice the absence of @JungDev, so... fork will be the answer, thanks! |
is there any fork of this which is on maintenance ? let's create other main one (that's better Instate of everyone with his own fork) |
I also created a fork, which I use for my bots. I'm not actively maintaining it and have no time for frequent updates, but I'm active on Github and will have a look at PR. I think a shared fork would be nice. I'd prefer to create some PR from time to time rather than maintaining the repo ;). |
A few changes to update the example code as well as making the
TelegramError
display a better readable errors as well as addinguse_context
to bypass deprecation messages.Also adding an option to set the handler's file's custom name.